home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(this.pn3.text != "")
- {
- _root.playerName = this.pn3.text;
- _root.saveAll(_root.playerName,_root.CNT);
- if(_root.inten)
- {
- if(_root.myMode == _root.ModeItemsToSelect[1])
- {
- if(_root.myDiff == "STAGE 1")
- {
- _root.showtopten("backtomain");
- }
- else
- {
- _root.showtopten("nextlevel");
- }
- }
- else
- {
- _root.showtopten();
- }
- }
- else
- {
- _root.StartGame(_root.myMode,_root.myDiff);
- }
- }
- removeMovieClip(this);
- }
-